Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor out Namespace Manager #826

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented May 19, 2022

Part of hyperledger/firefly-fir#12

In a chain with #821

This just creates a new Namespace Manager component to factor namespace-related code out of Orchestrator. Going forward, this component will take more responsibility for determining which plugins to use for each namespace, and other components will consult it dynamically instead of retaining their own list of plugins.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2022

Codecov Report

Merging #826 (0b14252) into main (707b4f2) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #826   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          297       299    +2     
  Lines        19095     19108   +13     
=========================================
+ Hits         19095     19108   +13     
Impacted Files Coverage Δ
internal/coreconfig/coreconfig.go 100.00% <ø> (ø)
internal/namespace/config.go 100.00% <100.00%> (ø)
internal/namespace/manager.go 100.00% <100.00%> (ø)
internal/orchestrator/orchestrator.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 707b4f2...0b14252. Read the comment docs.

@awrichar awrichar force-pushed the namespacemgr branch 2 times, most recently from 221bd71 to dcc06d1 Compare May 20, 2022 13:28
Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@nguyer nguyer merged commit db18581 into hyperledger:main May 20, 2022
@nguyer nguyer deleted the namespacemgr branch May 20, 2022 19:19
@awrichar awrichar added this to the v1.1.0 milestone May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants